home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.rock.RAction;
- import java.awt.event.ActionEvent;
-
- class CellDialog$2 extends RAction {
- // $FF: synthetic field
- final CellDialog this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.commitPendingEdits(true)) {
- if (this.this$0.doSave()) {
- this.this$0.setVisible(false);
- this.this$0.dispose();
- }
-
- }
- }
-
- CellDialog$2(CellDialog var1) {
- this.this$0 = var1;
- }
- }
-